projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ab133d
)
Bug#4375 (can't kill killed gud buffer")
author
Nick Roberts
<nickrob@snap.net.nz>
Thu, 10 Sep 2009 03:42:13 +0000
(
03:42
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Thu, 10 Sep 2009 03:42:13 +0000
(
03:42
+0000)
(gdb): Revert 2009-08-11 change. User should detach inferior
manually.
lisp/progmodes/gdb-mi.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gdb-mi.el
b/lisp/progmodes/gdb-mi.el
index 193587ef7aa4e41b8ffb35df09dedf95cdbfae58..09290deb905e28110efce718e28ce66cc89fc8eb 100644
(file)
--- a/
lisp/progmodes/gdb-mi.el
+++ b/
lisp/progmodes/gdb-mi.el
@@
-752,13
+752,6
@@
detailed description of this mode.
(gdb-update)
- (add-hook
- 'kill-buffer-hook
- (function
- (lambda ()
- (gdb-input (list "-target-detach" 'ignore))))
- nil t)
-
(run-hooks 'gdb-mode-hook))
(defun gdb-init-1 ()